(_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define.
authorDave Love <fx@gnu.org>
Wed, 22 Nov 2000 10:37:31 +0000 (10:37 +0000)
committerDave Love <fx@gnu.org>
Wed, 22 Nov 2000 10:37:31 +0000 (10:37 +0000)
src/s/sol2-5.h

index 8b44a130149b32ea8567aff429f8ab641bb9d9cd..9931e97d375b30a4f9c705141b5acc33aca68e22 100644 (file)
@@ -1,14 +1,5 @@
 /* Handle Solaris 2.5.  */
 
-/* Enable large-file support if available (Solaris 2.6 and later).
-   Do this before including any system include file.  */
-#ifndef _LARGEFILE_SOURCE
-#define _LARGEFILE_SOURCE 1
-#endif
-#ifndef _FILE_OFFSET_BITS
-#define _FILE_OFFSET_BITS 64
-#endif
-
 #include "sol2-4.h"
 
 /* -lgen is needed for the regex and regcmp functions